/*公用标题样式*/
.Title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
}
.Title>div{
    display: inline-block;
}
.Title .Title_top{
    overflow: hidden;
}
.Title .Title_top>div{
    float: left;
}
.Title .Title_top>.line{
    width: 60px;
    height: 40px;
    background: url("../images/line.png") center center no-repeat;
}
.Title .Title_top>.text{
    padding: 0 15px;
    line-height: 40px;
    color: #003580;
    font-size: 28px;
}
.Title .Title_bottom{
    color: #adadad;
    font-size: 18px;
    margin-top: 3px;
}
/*走进海科*/
.goIn{
    background: url("../images/goIn_bg.png") bottom center no-repeat;
}
.goIn .content{
    height: 498px;
    overflow: hidden;
    display: flex;
}
.goIn .content>div{
    float: left;
    height: 498px;
}
.goIn .content>div.content_left{
    width: 510px;
    padding-top: 35px;
    box-sizing: border-box;
    margin-right: 25px;
}
.goIn .content>div.content_left>.about_title{
    height: 42px;
}
.goIn .content>div.content_left>.about_title>div{
    line-height: 40px;
    color: #222222;
    font-size: 20px;
}
.goIn .content>div.content_left>.about_title>p{
    width: 58px;
    height: 2px;
    background: #003580;
}
.goIn .content>div.content_left>.about_conent{
    margin-top: 30px;
    line-height: 32px;
    font-size: 14px;
    color: #454545;
    height: 311px;
}
.goIn .content>div.content_left>.about_url{
    width: 180px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    margin: 17px 0;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.goIn .content>div.content_right{
    float: right;
    flex: 1;
}
.goIn .content>div.content_right img{
    display: block;
    width: 100%;
    height:100%;
}
/*产品中心*/
.product_center{
    background: #ebf0f4;
    padding-bottom: 20px;
}
.product_center .tabs{
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
}
.product_center .tabs>li{
    display: inline-block;
    margin: 0 8px;
    width: 210px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d8dfe5;
    background: #fff;
    border-radius: 2px;
    color: #363636;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.product_contents{
	width: 100%;
    margin-top: 30px;
    max-height:590px;
    float: left;
}
.product_contents>li{
    float: left;
    margin-left: 30px;
    width: 380px;
    margin-bottom: 40px;
    transition: all 0.4s;
}
.product_contents>li:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.product_contents>li:first-child,.product_contents>li:nth-child(4){
    margin-left: 0;
}
.product_contents>li .img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.product_contents>li .img>div{
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}
.product_contents>li:hover .img>div{
    animation: scaleToFade 1s;
}
@keyframes scaleToFade {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.product_contents>li .product_title{
    height: 45px;
    line-height: 45px;
    background-color: #d8dfe5;
    text-align: center;
    color: #363636;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_contents>li:hover .product_title{
    background-color: #003580;
    color: #fff;
}
/*新闻中心*/
.news{
    padding-bottom: 60px;
}
.news .content{
    margin-top: 15px;
    overflow: hidden;
}
.news .content>.left{
    float: left;
    width: 510px;
}
.news .content>.right{
    width: 660px;
    float: right;
}
.news .content>.left>.img{
    height: 360px;
    background-position: center center;
    background-size: cover;
}
.new_list>li>a{
    overflow: hidden;
    display: block;
    padding: 30px 20px 29px;
    border-bottom: 1px solid #f2f2f2;
}
.news .content>.left .new_list>li>a{
    padding: 30px 5px;
}
.new_list>li:last-child>a{
    padding-bottom: 30px;
    border: none;
}
.new_list>li .date{
    float: left;
    /*width: 79px;*/
     width: 90px;
    padding-right: 10px;
    border-right:1px solid #f2f2f2 ;
}
.new_list>li .date>div:first-child{
    line-height: 40px;
    font-size: 28px;
    color: #ababab;
}
.new_list>li .date>div.year{
    color: #d4d4d4;
    font-size: 14px;
    text-align: right;
    height: 20px;
}
.new_list>li .new_right{
    padding-left: 15px;
    float: left;
    /*width: 515px;*/
    width: 500px;
}
.news .content>.left .new_list>li .new_right{
    /*width: 395px;*/
     width: 380px;
}
.new_list>li .new_right .new_title{
    color: #363636;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new_list>li .new_right .new_content{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.new_list>li:hover{
    background: #003580;
}*/
.new_list>li:hover *{
    color: #ffffff!important;
    border-color: #fff;
}
/*工程案列*/
.engineering{
    background: #ebf0f4;
    padding-bottom: 60px;
}
.engineering .tabs{
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
}
.engineering .tabs>li{
    width: 400px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
}
/*.engineering .tabs>li.active,.engineering .tabs>li:hover{
    color: #fff;
    background: #003580;
}*/
.engineering .tabs>li>div{
    line-height: 20px;
}
.engineering .tabs>li.line>div{
    border-left: 1px solid #cccccc;
}
.engineering .tabs>li.active div,.engineering .tabs>li:hover div{
    border: none;
}
.engineering .tabs>li.active+li.line div,.engineering .tabs>li:hover+li.line div{
    border-left: none;
}
.engineering .e_content{
    margin-top: 35px;
}
.engineering .e_content>li{
    display: none;
}
.engineering .e_content>li.active{
    display: block;
}
.engineering .e_content .e_slider{
    width: 1200px;
    height: 490px;
}
.engineering .e_content .e_slider .img {
    width: 1200px;
    height: 490px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yx-rotation-focus span.hover{
    background-color: #003580;
}
.yx-rotation-t{
    padding-right: 200px;
}
.engineering .e_content .more{
    margin-top: 35px;
    text-align: center;
}
.engineering .e_content .more>a{
    display: inline-block;
    width: 168px;
    height: 48px;
    border: 1px solid #003580;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #003580;
    border-radius:2px; ;
}
/*联系我们*/
.contact_us{
    padding-bottom: 60px;
}
.contact_content{
    margin-top: 15px;
    height: 460px;
    padding-top: 50px;
    background: url("../images/lx.png") center center no-repeat;
}
.contact_content .right{
    width: 525px;
    float: right;
    color: #fff;
}
.contact_content .right>div{
    font-size: 24px;
    margin-bottom: 30px;
}
.contact_content .right>p{
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_content .right>a{
    display: block;
    width: 180px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    margin: 17px 0;
    cursor: pointer;
    color: #fff;
    margin-top: 25px;
}
